home *** CD-ROM | disk | FTP | other *** search
/ PCMania 69 / PCMania CD69_1.iso / Quiz.dir / 00053.ls < prev    next >
Encoding:
Text File  |  1998-06-09  |  595 b   |  25 lines

  1. on exitFrame
  2.   global GQ_QJUGJUEGA, GQ_ADDMARKER, GQQ_SOLOUNA2, GQQ_SWOK
  3.   if GQQ_SOLOUNA2 = 0 then
  4.     pulsa(53, "ayuda" & GQ_QJUGJUEGA & GQ_ADDMARKER)
  5.     pulsa(54, "ayudaok")
  6.     repeat while GQQ_SWOK <> 1
  7.       if rollOver(54) then
  8.         set the cursor of sprite 54 to [3, 4]
  9.         pulsa(54, 476)
  10.         if the mouseDown then
  11.           ponpupoff(54, 54)
  12.           LIMPIACURSOR()
  13.           set GQQ_SWOK to 1
  14.         end if
  15.         next repeat
  16.       end if
  17.       pulsa(54, 475)
  18.       LIMPIACURSOR()
  19.     end repeat
  20.     set GQQ_SOLOUNA2 to 1
  21.   end if
  22.   juegalamaquina()
  23.   go(the frame)
  24. end
  25.